home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / findupe2.arc / FINDUPE2.DOC < prev   
Encoding:
Text File  |  1985-04-08  |  1.5 KB  |  36 lines

  1. Program FindDupe is placed in the public domain by the author.  It is
  2. however copyrighted and all rights and ownership are kept with the
  3. author.  You may use it, copy it, give it to your friends but don't
  4. try to sell it.  Because the devil will get you and if I find out
  5. I will prosecute.
  6.  
  7. The program is a Turbo Pascal Program that reads the directories of your
  8. disks - it really only works best with hard disks because you don't usually
  9. have sub directories on floppies.
  10.  
  11. The program will print on paper (using Epson controls - only form feed) 
  12. or the screen.
  13.  
  14. It will give you a list of all files, sorted by file name, date, time,
  15. size and directory there in.  It will also tell you if the file is read
  16. only, hidden, system or sub directory.
  17.  
  18. It will give you a list of all duplicate named files on your disk, with the
  19. same above information.
  20.  
  21. It will give you a Sorted Tree Dir of the files on your disk with the above
  22. information.
  23.  
  24. Provided is the source Findupe2.pas, but to compile the program you need
  25. the Borland Package TURBO TOOLBOX because it has the sort routines that
  26. are used in the program.  If you don't have it; don't fret because in the
  27. library is also findup2.com which has been compiled with the sort in it.
  28.  
  29. Best of luck in your computing and may this program help you in keeping
  30. your machine manageable.
  31.  
  32. Karson W. Morrison
  33. RD1, Box 531,
  34. Ringoes NJ. 08551
  35. (201)-788-1846
  36.